Skip to main content

DataSource JDBC

JDBC, short for Java Database Connectivity, is an API that empowers users to execute operations on a data source using the Java programming language. This versatile API facilitates connections to a wide array of Data Source systems, ranging from relational databases to spreadsheets and flat files. With the appropriate SQL syntax, you can conduct queries, updates, deletions, and even execute stored procedures.

Engaging in Practical Implementation

Open new Project in QuickIntegration Platform, and then follow these steps to get your flow working

  1. Click On the Connection Properties
  2. Select the DataSource Type from drop down
  3. Provide the Credentials
  4. Click on Submit to save the Credentials
  5. On the left side of the palette, you'll find the Configured Properties ready to be utilized within your API.

;

FieldsDescriptionExample
DataSource NameDatasource Name which is configured in connections propertiesdbds
DataSource TypeJDBCJDBC
Driver ClassNameA string that identifies the primary class for a JDBC drivercom.mysql.cj.jdbc.Driver
URLA URL (Uniform Resource Locator) is a unique identifier used to locate a resource on the InternetJDBC URL
User NameA name that uses for identification purposes when logging root
PasswordA password is a string of characters used to verify the identity of a user during the authentication processabcd
EnvironmentProvides a production environment where you can deploy applications and APIs publiclydev
DataBaseDatabase driverSQL